button{
}

text_field{
    label {
        text_size{
            x: 0.04
            y: 0.04
        }
        text: "RulesMenu.text"
        align: 0x04
    }
}

text_field{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "RulesMenu.header"
        align: 0x24
    }
}

control_reference {
    type: BUTTON
    id: 0    
}

control_reference {
    type: TEXT_FIELD
    id: 0
}

control_reference {
    type: TEXT_FIELD
    id: 1
}

name2controlref {
    name: 'rules.buttons.back'
    ref_id: 0
}

name2controlref {
    name: 'rules.text'
    ref_id: 1
}

name2controlref {
    name: 'rules.header'
    ref_id: 2
}
